export = toJsonPipe
/**
 * Transforms Map to JSON-string
 * @param {Map<string, any>} input
 * @returns {string}
 */
declare function toJsonPipe(input: Map<string, any>): string
