import type { Stringer } from "./api.js";
export declare const int: Stringer<number>;
export declare const intLocale: (locale?: string) => Stringer<number>;
//# sourceMappingURL=int.d.ts.map