export declare const fullFormat: Record<string, (s: string) => boolean>;
export declare const fastFormat: Record<string, (s: string) => boolean>;
