import { Config } from './types'; export type Policy = 'strict' | 'keep' | 'comply'; export declare const defaultConfig: Partial;