import { RequestProxyType } from './request/index.type'; import { AuthStorageProxyType } from './types'; declare function createRequest(authStorage: AuthStorageProxyType): RequestProxyType; export default createRequest;