export declare const combination: (a: number, b: number) => number;
