/**
 * @fileoverview This contains functions to apply various patches to tsickle. For more details, see
 * each modules. This must be applied and restored synchronously before and after tsickle runs.
 */
export declare function applyPatches(): void;
export declare function restorePatches(): void;
