export declare function patcher(DICT: any): void;
export declare function shouldPatch(toToken: any): boolean;
declare const _default: {
    patcher: typeof patcher;
    shouldPatch: typeof shouldPatch;
};
export default _default;
