/** Validate that a storage query contains exactly one read-only SELECT or bare PRAGMA statement. */ export declare function assertReadOnlyQuery(sql: string): void;