export declare const centsToDollars: (cents: number) => string;
export declare const buttonsKeypad: string[][];
export declare const buttonsNumpad: string[][];
export declare const buttonsDollars: string[][];
export declare const buttonsCheckout: string[][];
export declare const reduceKeypad: (value: string, key: string) => string;
export declare const reduceNumpad: (value: string, key: string, clear: boolean) => string;
export declare const reduceDollars: (value: string, key: string, clear: boolean) => string;
export declare const reduceCheckout: (value: string, key: string, clear: boolean) => string;
