import Base, { ResourcePath } from '../../base-rest-resource'; import { SessionInterface } from '../../auth/session/types'; import { ApiVersion } from '../../base-types'; interface AllArgs { [key: string]: unknown; session: SessionInterface; fulfillment_order_id?: number | string | null; } export declare class LocationsForMove extends Base { static API_VERSION: ApiVersion; protected static NAME: string; protected static PLURAL_NAME: string; protected static HAS_ONE: { [key: string]: typeof Base; }; protected static HAS_MANY: { [key: string]: typeof Base; }; protected static PATHS: ResourcePath[]; static all({ session, fulfillment_order_id, ...otherArgs }: AllArgs): Promise; locations_for_move: { [key: string]: unknown; }[] | null; } export {}; //# sourceMappingURL=locations_for_move.d.ts.map