export type Config = {
    protectionList: string[];
};
export declare const defaultConfig: Config;
