/// /// import * as Vinyl from 'vinyl'; /** A string containing the inline snippet of the current webrequire version. */ export declare const snippet: Buffer; export default function getSnippet(cwd: string, base: string, modulesDir: string): Vinyl;