import { Command } from "commander"; export interface PushToDbOptions { file: string; table: string; url: string; key?: string; } export declare function createPushToDbCommand(): Command; //# sourceMappingURL=push-to-db.d.ts.map