/** * Builds an input pattern that allows optional negative sign and a single custom decimal separator. * The separator is escaped so any character can be safely used. */ export declare function getNumoraPattern(decimalSeparator: string, enableNegative: boolean): string;