/**
 * Representation of the 'CollectionPendingResponse' schema.
 */
export type CollectionPendingResponse = {
    Location: string;
    status: string;
} & Record<string, any>;
//# sourceMappingURL=collection-pending-response.d.ts.map