import type { TStorasyClient, TStorasyClientOptions } from './types'; export declare const createStorasyClient: ({ abortController, }?: TStorasyClientOptions) => TStorasyClient;