export declare function isNFC(s: string): boolean;
export declare function nonNfcPaths(value: unknown, limit?: number): string[];
