import { ChainObject } from "./ChainObject"; export declare class PublicKey extends ChainObject { publicKey: string; } export declare const PK_INDEX_KEY = "GCPK"; export declare function normalizePublicKey(input: string): string; //# sourceMappingURL=PublicKey.d.ts.map