import { DeltaAuctionOrder } from './types';
type DeltaOrderPermitInput = Pick<DeltaAuctionOrder, 'permit' | 'nonce'>;
export declare function composeDeltaOrderPermit({ permit, nonce, }: DeltaOrderPermitInput): string;
export {};
//# sourceMappingURL=composePermit.d.ts.map