export declare const normalizePath: (path: string) => string;
export declare const isArray: (value: unknown) => boolean;
