import { ICommand } from '@underbase/types'; export declare function getCommands(): Promise; export declare const usage = "Usage: $0 [OPTIONS]"; export declare const docs = "Documentation: https://sundowndev.github.io/underbase/"; export declare const options: { config: { default: string; description: string; type: "string"; }; db: { default: string; description: string; type: "string"; }; migrationsDir: { default: string; description: string; type: "string"; }; collectionName: { default: string; description: string; type: "string"; }; logs: { default: boolean; description: string; type: "boolean"; }; logIfLatest: { default: boolean; description: string; type: "boolean"; }; supportFile: { default: undefined; description: string; type: "string"; }; }; //# sourceMappingURL=args.d.ts.map