export declare class JSONFileNotFound extends Error { private location; constructor(location: string); get message(): string; } export declare class InvalidJSON extends Error { private location; private error; constructor(location: string, error: Error); get message(): string; } //# sourceMappingURL=parse-json.d.ts.map