export declare const MAIN_LOCAL_DATABASE_NAME = "main-local.sqlite"; export declare const MAIN_LOCAL_DATABASE_FOLDER = "main-local"; export declare const MAIN_DATABASE_MIGRATIONS_FOLDER = "main-sqlite"; export declare const PLUGIN_STORAGE_LOCAL_DATABASE_NAME = "plugin-storage-local.sqlite"; export declare const PLUGIN_STORAGE_LOCAL_DATABASE_FOLDER = "plugin-storage-local"; export declare const PLUGIN_STORAGE_DATABASE_MIGRATIONS_FOLDER = "plugin-storage-sqlite"; //# sourceMappingURL=constants.d.ts.map