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