import { CollectCreatorFeeEvent, CompleteEvent, CompletePumpAmmMigrationEvent, CreateEvent, ExtendAccountEvent, SetCreatorEvent, SetMetaplexCreatorEvent, SetParamsEvent, TradeEvent, UpdateGlobalAuthorityEvent } from "./pumpEvents.types.js"; export declare function toCollectCreatorFeeEvent(e: any): CollectCreatorFeeEvent; export declare function toCompleteEvent(e: any): CompleteEvent; export declare function toCompletePumpAmmMigrationEvent(e: any): CompletePumpAmmMigrationEvent; export declare function toCreateEvent(e: any): CreateEvent; export declare function toExtendAccountEvent(e: any): ExtendAccountEvent; export declare function toSetCreatorEvent(e: any): SetCreatorEvent; export declare function toSetMetaplexCreatorEvent(e: any): SetMetaplexCreatorEvent; export declare function toSetParamsEvent(e: any): SetParamsEvent; export declare function toTradeEvent(e: any): TradeEvent; export declare function toUpdateGlobalAuthorityEvent(e: any): UpdateGlobalAuthorityEvent; //# sourceMappingURL=pumpEvents.d.ts.map