export declare class TypeDoesNotExist extends Error { constructor({ typename }: { typename: string; }); }