export declare class DirectiveParsingError extends Error {
    constructor(sdl: string);
}
