export declare const Presets: {
    NUM: string[];
    ALPHANUM: string[];
    SPECIAL: string[];
};
export type PresetKey = keyof typeof Presets;
