export declare const EmitMetadataPlugin: ({ tsconfigPath, fileRegEx, contentRegEx }?: { contentRegEx?: RegExp | undefined; fileRegEx?: RegExp | undefined; tsconfigPath?: string | undefined; }) => { name: string; enforce: 'pre'; transform(src: string, id: string): { code: string; map: null; } | undefined; }; //# sourceMappingURL=EmitMetadataPlugin.d.ts.map