/** Key information */
export interface Key {
    /** Public key */
    publicKey: string;
}
//# sourceMappingURL=Key.d.ts.map