import { TCommandAction } from '@underbase/types'; export declare const command = "status"; export declare const describe = "Show migrations status"; export declare const action: TCommandAction; //# sourceMappingURL=status.d.ts.map