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