export declare const gcdFormatter: {
    name: string;
    read: (a: number, b: number) => number;
};
