export interface TtdGraphqlError { message?: string; extensions?: { code?: string; }; } export declare const MYREPORTS_TEMPLATE_ACCESS_ERROR: string; export declare function extractGraphqlErrors(raw: Record): TtdGraphqlError[]; export declare function throwIfGraphqlErrors(raw: Record, defaultMessage: string, options?: { unauthorizedMessage?: string; unauthorizedCodes?: string[]; }): void; //# sourceMappingURL=graphql-errors.d.ts.map