interface PushOptions { id?: string; } export declare function pushCommand(file: string, options: PushOptions): Promise; export {}; //# sourceMappingURL=push.d.ts.map