import type { StoreResult } from "../../../types.js"; declare function quoteIdentifier(value: string): string; declare function validateSqlIdentifier(value: string): StoreResult | null; declare function validatePostgresSchema(schemaInput?: string): string; declare function validatePlaceholderOrder(sql: string, params: unknown[]): StoreResult | null; export { quoteIdentifier, validatePostgresSchema, validatePlaceholderOrder, validateSqlIdentifier, }; //# sourceMappingURL=validation.d.ts.map