/// /** * @see https://github.com/webpack/webpack/blob/0522deb76/lib/NormalModule.js#L128 * @param input - The input. * @returns The converted buffer. */ export declare function asBuffer(input: string | Buffer): Buffer;