/// import type { Source } from 'webpack-sources'; export declare function createSource(context: string, request: string, content: string | Buffer, map: any): Source;