import { UseSetStorage } from '../types';
export declare function useGetStorage(storageType: string, storageName: string): string | null;
export declare const useSetStorage: UseSetStorage;
