export declare const fetchZkAppTransactionByHash: (txHash: string, network?: "mainnet" | "devnet") => Promise<any | null>;
