export declare function exists(filePath: string): boolean;
export declare function getDatabaseNameFromPath(filePath: string, extToMove?: string): string;
