import { CreateAuctionParams } from '../../types/shop.type'; export declare const createAuction: (params: CreateAuctionParams) => Promise;