import { Key } from "cose-js";
export declare function resolvePublicKey(reference: string): Promise<Key | undefined>;
