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