import { AbortError } from '@shopify/cli-kit/node/error'; export declare function createStoredStoreAuthError(store: string): AbortError; export declare function reauthenticateStoreAuthError(message: string, store: string, scopes: string): AbortError; export declare function retryStoreAuthWithPermanentDomainError(returnedStore: string): AbortError;