export declare class PullSecretsToEnvCommand { readonly mapPath: string; readonly envFilePath: string; constructor(mapPath: string, envFilePath: string); static create(mapPath: string, envFilePath: string): PullSecretsToEnvCommand; } //# sourceMappingURL=PullSecretsToEnvCommand.d.ts.map