export declare const sqliteProtocols: readonly ["wss", "ws", "https", "http", "file"]; export type SQLiteProtocolType = typeof sqliteProtocols[number]; //# sourceMappingURL=protocol.d.ts.map