import { Customizable } from "../typings/Customizable";
export declare const $dictionary: Map<string, Map<keyof Customizable, (tagText: string) => (value: any) => boolean>>;
