import type { ClientResponse } from '@shopify/graphql-client';
import type { NitroApp } from 'nitropack';
export default function useErrors(nitroApp: NitroApp, errors: ClientResponse['errors'], shouldThrow: boolean): void;
