/// <reference types="node" />
import type { Account } from '@aleph-sdk/account';
export declare const getAccount: (envName?: string) => Promise<Account>;
export declare const hashData: (s: string | Buffer) => string;
export declare const getAlephExplorerUrl: (chain: string, sender: string, type: string, item_hash: string) => string;
export declare const getRawFileUrl: (content_item_hash: string) => string;
export declare const zipPath: (key: string, path: string) => Promise<string>;
