import { PERIOD_TYPE } from '../../../../../../src/utils/time'; export declare type ListingErc721Args = { metahub: string; universeId: number; originalAssetCollection: string; assetIds: string; asBundle: boolean; fixedFee: string; feePeriodValue: string; feePeriodType: PERIOD_TYPE; rewardPercentage?: string; maxLockPeriodValue: string; maxLockPeriodType: PERIOD_TYPE; immediatePayout: boolean; configurator: string; }; export declare const TASK_DESCRIPTION_LW1_CREATE_LISTING_WITH_TERMS_ERC721: string; //# sourceMappingURL=listing-erc721.d.ts.map