export function die(msg: any, code?: number): void; export function readFile(filePath: any): string; export function readSource(filePath: any): { source: string; resolved: string; }; export function processSource(source: any, filePath: any, renderOpts?: {}): string;