import { Config, UnauthorizedConfig } from '../../types';
export declare function createDumpForMigration(config: Config | UnauthorizedConfig): void;
export declare function getSqLiteFileFromBackup(config: Config | UnauthorizedConfig): void;
