export declare const prefix: RegExp; interface ResolveCtx { root: string; } export declare function resolveId(this: ResolveCtx, id: string): string | undefined; export interface LoadedVirtualModule { code: string; map: null; } export declare function loadVirtualModule(virtualInput: string, options: { ts?: boolean; }): LoadedVirtualModule | undefined; export declare function loadSource(id: string): string; export declare function createPlaceholderExports(source: string): string; export {}; //# sourceMappingURL=virtual.d.ts.map