export declare class InvalidResourceError extends Error { resourcePath: string; reason: string; constructor(resourcePath: string, reason: string); }