export declare const getDeliveryFeeFromDryRun: (events: any[]) => bigint; export declare const getErrorFromDryRun: (executionResult: any) => string | undefined;