/** Retry GitHub GraphQL engine crashes (HTTP 200, data: null, INTERNAL) on reads. */ export declare function withGraphQlInternalRetry(document: string, run: () => Promise): Promise;