declare const parseIntOr: (str: string | undefined, fallback: number) => number; export default parseIntOr; //# sourceMappingURL=numbers.d.ts.map