import { TConfig } from '../config_types/TConfig'; import { TCustomEdgeResponse } from '../TCustomEdgeResponse'; export interface TCustomEdgeValidators { [k: string]: (config: TConfig) => TCustomEdgeResponse[]; } export declare const CustomEdgeValidators: TCustomEdgeValidators;