import { type Options, type RevertFunction } from 'pirates'; export declare function register(_?: unknown, hookOpts?: Options): RevertFunction; export declare function compile(contents: string, filePath: string): string;