export declare const getDeclension: (int: number, nouns: [one: string, two: string, five: string], insertNumFirst?: boolean) => string;
type LangArray = [string, string, string];
export declare const getLangDeclension: (int: number, langArray: [LangArray, LangArray], replaceKey?: string) => string;
export declare const getDaysText: (daysCount: number) => string;
export {};
