export declare const statusTracker: (rpc: string, transferId: string, callback?: any, statusCode?: number) => Promise<void>;
