export declare function neutralizeInterfaceAsyncProxies(exports: unknown, interfaceName: string): void; export declare function neutralizeInterfacePackage(packageRoot: string, interfaceName: string): void; export declare function logStubInterfaceWarningOnce(interfaceName: string, standalone?: boolean): void; export declare function clearStubInterfaceWarnings(): void;