/// import { AccountInfo, Logs, TransactionInstruction } from '@solana/web3.js'; export declare function toSolScanTxLink(txId: string): string; export declare function toSolScanAccLink(accId: string): string; export declare function toDisplayObject(input: any, depth?: number): any | any[]; export declare function debugLog(debug?: boolean, ...p: any[] | any): void; export declare function displayIx(ix: TransactionInstruction): string; export declare function displayAccountInfo(a: AccountInfo): string; export declare function displayProgramLogs(logs: Logs, ignoreInvoke?: boolean, ignoreConsumed?: boolean, ignoreSuccess?: boolean): string; export declare function toObjectWithoutBigInt(obj: unknown): any; export declare function stringify(obj: unknown): string; //# sourceMappingURL=display-utils.d.ts.map