export declare const getNumeric: (s: string) => string;
export declare const normaliseString: (s?: string) => string;
