import ICulture from "./ICulture"; /** * getCulture * @param locale */ export declare function getCulture(locale?: string): ICulture | undefined;