/** @ignore */ /** @internal */ import { BaseTransaction } from './baseTransaction'; export declare function getRequestRebuildInfo(tx: BaseTransaction): { type: number; subtype: number; requestType: string; hasAttachment: boolean; };