import { ClassConstructor } from '../type';
export declare function createStorageTolk<T>(type: ClassConstructor<T>): string;
export declare function createStorageTolkToFile<T>(type: ClassConstructor<T>, file: string): Promise<void>;
