type TransactionInfoOptions = {
    chain?: string;
    rpc?: string;
    transaction?: string;
    full?: boolean;
    raw?: boolean;
    abi?: string;
};
export declare const handler: (options: TransactionInfoOptions) => Promise<void>;
export {};
