export declare function register(opts: { implementor: any; exts?: string[]; }): void; export declare function getFiles(): string[]; export declare function clearFiles(): void; export declare function restore(): void; //# sourceMappingURL=register.d.ts.map