declare const isPatternNumeric: (pattern: string) => boolean;

export { isPatternNumeric };
