export declare function isNil(v: unknown): v is null | undefined; export declare function isNumberChar(v: string | null): boolean; export declare function isLetterChar(v: string | null): boolean;