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