export declare const numF: (val: string | number) => string;
export declare const sort: (a: string, b: string) => number;
