import { DELEGATED_LISTING_FILEDS } from './constants'; import { EIP712_DOMAIN } from '../../eip712-constants'; import { BigNumberish } from 'ethers'; export declare const buildDelegatedListingTypesV1: () => { EIP712Domain: typeof EIP712_DOMAIN; DelegatedListing: typeof DELEGATED_LISTING_FILEDS; }; export declare const buildDelegatedListingPrimaryTypeV1: () => { DelegatedListing: typeof DELEGATED_LISTING_FILEDS; }; export declare const buildDelegatedListingDataV1: (nonce: BigNumberish) => { nonce: BigNumberish; }; //# sourceMappingURL=helpers.d.ts.map