export declare class GetTransactionDto {
    hash: string;
    chainId: number;
}
