export declare const RUNTIME_IMPORT: string; export declare const RUNTIME_VIRTUAL_IMPORT: string; export declare const VIRTUAL_MODULE_ID = "astro:db"; export declare const DB_PATH = ".astro/content.db"; export declare const CONFIG_FILE_NAMES: string[]; export declare const MIGRATION_VERSION = "2024-03-12";