import { PoolConfig } from '../lib/types.js'; import { AccessControl } from './templates/swift.js'; export declare const PG_META_HOST: string; export declare const PG_META_PORT: number; export declare const CRYPTO_KEY: string; export declare let PG_CONNECTION: string | undefined; export declare const PG_META_DB_SSL_ROOT_CERT: string | undefined; export declare const EXPORT_DOCS: boolean; export declare const GENERATE_TYPES: string | undefined; export declare const GENERATE_TYPES_INCLUDED_SCHEMAS: string[]; export declare const GENERATE_TYPES_DEFAULT_SCHEMA: string; export declare const GENERATE_TYPES_DETECT_ONE_TO_ONE_RELATIONSHIPS: boolean; export declare const POSTGREST_VERSION: string | undefined; export declare const GENERATE_TYPES_SWIFT_ACCESS_CONTROL: AccessControl; export declare const VALID_UNNAMED_FUNCTION_ARG_TYPES: Set; export declare const VALID_FUNCTION_ARGS_MODE: Set; export declare const PG_META_MAX_RESULT_SIZE: number; export declare const MAX_BODY_LIMIT: number; export declare const DEFAULT_POOL_CONFIG: PoolConfig; export declare const PG_META_REQ_HEADER: string; //# sourceMappingURL=constants.d.ts.map