export type NumbersRatio = {
    numerator: string;
    denominator: string;
};
//# sourceMappingURL=ratio.d.ts.map