import { DistinctivePath } from "../path/index.js"; import * as Crypto from "../components/crypto/implementation.js"; import * as Path from "../path/index.js"; declare type Arguments = { crypto: Crypto.Implementation; accountDID: string; path: DistinctivePath; }; export declare function bareNameFilter({ crypto, accountDID, path }: Arguments): Promise; export declare function readKey({ crypto, accountDID, path }: Arguments): Promise; export {};