import { AuthErrorPayload, StateErrorTypes } from '@nhost/nhost-js'; import { Ref } from 'vue'; /** @internal */ export declare const useError: (type: StateErrorTypes) => Ref; //# sourceMappingURL=useError.d.ts.map