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