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