export declare const stringReplaceWithKeyValue: (string: string, map: Record, keysRegExp?: boolean) => string;