export declare function EXPORTABLE(factory: (...args: TScope) => T, args: readonly [...TScope], nameHint?: string): T; export declare function isForbidden(thing: unknown): thing is { $$export: false; }; //# sourceMappingURL=helpers.d.ts.map