export declare const coefficientR: (n: number, k: number) => number;
export declare const coefficient: (n: number, k: number) => number;
