export declare const langReplace: (text: string, replace: Record<string, string | number>) => string;
