/** * The full path to the "SQLite database integration" folder. */ export default function getSqlitePath(): string; /** * The full path to the "SQLite database integration" db.copy file. */ export declare function getSqliteDbCopyPath(): string;