declare module "raw.macro" { export default function raw(rawPath: string, encoding?: string): string; }