export declare function createVirtualModule(name: string): {
    id: string;
    resolvedId: string;
    url: string;
};
