export declare function assertNever(x: never): never; export declare function rng(): any[]; export declare function parsingError(contents: string, e: any, options?: { filePath?: string; offset?: number; }): Error;