export declare function hook(code: string, filename: string): string; export declare function enable(shouldUseBabelConfig?: boolean): void; export declare function disable(): void;