export declare const nonceToHex: (nonce: number) => string;
export declare const getIdentifierFromColAndNonce: (collection: string, nonce: number) => string;
export declare const isAddressValid: (address: string | Buffer) => boolean;
//# sourceMappingURL=helpers.d.ts.map