import { Principal } from "@dfinity/principal"; /** * Derive the view public key for a recipient address entirely offchain, * using the hardcoded IC master public key. This avoids a canister call * to `get_view_public_key`. */ export declare function deriveViewPublicKeyOffchain(keyManagerCanisterId: Principal, address: Uint8Array, keyIdName?: string): Uint8Array; //# sourceMappingURL=keys.d.ts.map