import { TransformationParams } from './types'; export declare const SYSTEM_ASSET_ALLOW_LIST: TransformationParams[]; export declare const ASSET_TRANSFORM_QUERY_KEYS: string[]; export declare const FILTER_VARIABLES: string[]; export declare const ALIAS_TYPES: string[]; export declare const DEFAULT_AUTH_PROVIDER = "default"; export declare const COLUMN_TRANSFORMS: string[]; export declare const UUID_REGEX = "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"; export declare const COOKIE_OPTIONS: { httpOnly: boolean; domain: any; maxAge: number; secure: any; sameSite: "lax" | "strict" | "none"; };