export declare const VIRTUAL_MODULES_BASE_PATH = ".cache/_this_is_virtual_fs_path_";
export declare class GatsbyWebpackVirtualModules {
    apply(compiler: any): void;
}
export declare function getAbsolutePathForVirtualModule(filePath: string): string;
export declare function writeModule(filePath: string, fileContents: string): void;
