import * as pulumi from '@pulumi/pulumi'; export interface RegistryConfig { registry: string; registryToken: pulumi.Output; registryScope: string; }