import type { CookieOptions } from 'express'; import type { TransformationParams } from './types/index.js'; export declare const SYSTEM_ASSET_ALLOW_LIST: TransformationParams[]; export declare const ASSET_TRANSFORM_QUERY_KEYS: Array; 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 GENERATE_SPECIAL: 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: CookieOptions; export declare const GET_SET_HEADER: (cookieValue: string) => string; export declare const OAS_REQUIRED_SCHEMAS: string[]; /** Formats from which transformation is supported */ export declare const SUPPORTED_IMAGE_TRANSFORM_FORMATS: string[]; /** Formats where metadata extraction is supported */ export declare const SUPPORTED_IMAGE_METADATA_FORMATS: string[]; export declare const REDACT_TEXT = "--redact--";