/**
 * @param themeObject Can be an object with `translations` and `locales` properties
 */
export declare function createTranslate(themeObject: any, defaultTranslations: Record<string, any>): (key: string) => string;
export declare function createSearchTranslate(defaultTranslations: Record<string, any>): (key: string) => string;
