export interface PushOptions { cwd?: string; interactive?: boolean; secretsOnly?: boolean; variablesOnly?: boolean; } export declare function pushCommand(options?: PushOptions): Promise; //# sourceMappingURL=push.d.ts.map