import { GuardianConfig } from '../types';
export declare function validateConfig(config: Partial<GuardianConfig>): GuardianConfig;
