import { InstantPickupPayload } from '../../../types/order'; export declare const createInstantPickup: (payload: InstantPickupPayload) => Promise;