export declare const COLLECTION: { value: string; description: string; actions: { data: { value: string; description: string; }; deploy: { value: string; description: string; }; }; options: { collection: string; value: string; config: string; file: string; json: string; }; }; export declare const COLLECTION_ACTIONS: string[]; export type CollectionAction = typeof COLLECTION_ACTIONS[number]; //# sourceMappingURL=collection.d.ts.map