export declare class Plural {
    private _locale;
    constructor();
    private resolveLocale;
    getFunc(locale: string): Function;
}
