import { TezosFA1p2Protocol } from './TezosFA1p2Protocol'; import { TezosFAProtocolOptions } from './TezosFAProtocolOptions'; export declare class TezosBTC extends TezosFA1p2Protocol { readonly options: TezosFAProtocolOptions; private static readonly bigMapKeyLedgerPrefix; constructor(options?: TezosFAProtocolOptions); getTotalMinted(source?: string, callbackContract?: string): Promise; getTotalBurned(source?: string, callbackContract?: string): Promise; fetchTokenHolders(): Promise<{ address: string; amount: string; }[]>; }