export declare const getOfficialIdentity: (json: any, withSig?: boolean) => string; export declare const getOfficialCertification: (json: { version?: number | undefined; currency: string; issuer: string; idty_issuer: string; idty_uid: string; idty_buid: string; idty_sig: string; buid: string; sig?: string | undefined; }) => string; export declare const getOfficialRevocation: (json: any) => string; export declare const getPeerWithoutSignature: (json: any) => string; export declare const getPeer: (json: any) => string; export declare const getMembershipWithoutSignature: (json: any) => string; export declare const getMembership: (json: any) => string; export declare const getBlockInnerPart: (json: any) => string; export declare const getBlockWithInnerHashAndNonce: (json: any) => string; export declare const getBlockInnerHashAndNonceWithSignature: (json: any) => string; export declare const getBlock: (json: any) => string; export declare const getTransaction: (json: any) => string;