/**
 * Define a regex to validate a string contains only numbers
 */
export declare const onlyNumbersRegex: RegExp;
