import { KeySlash } from '../KeySlash'; import { BaseInterface } from '../../../BaseInterface'; export declare class Factory { create(storage: BaseInterface): KeySlash; }