import { Property, Signature } from '@0auth/message'; import { StorageType } from '../type'; export declare function storeSignature(key: string, properties: Property[], sign: Signature, storage: StorageType, password?: string): void; //# sourceMappingURL=storeSignature.d.ts.map