export declare const useManageAuction: () => {
    closeModal: () => void;
    openManageAuction: (auctionId: number) => void;
    openBidAuction: (auctionId: number) => void;
    openListAuction: (tokenContract: string, tokenId: string) => void;
};
