import type { SqliteOpenOptions, SqliteRuntimeKind } from './types'; export declare function shouldEnsureParentDirectory(path: string, options?: SqliteOpenOptions): boolean; export declare function ensureParentDirectory(path: string): void; export declare function tagDrizzleDatabase(database: any, kind: SqliteRuntimeKind): any;