import ServiceBase from '../base'; declare class CollectionService extends ServiceBase { postCollection: (data: any) => Promise<{}>; getCollections: (data: any) => Promise<{}>; getCollectionSearch: (data: any) => Promise<{}>; deleteCollection: (data: any) => Promise<{}>; } export { CollectionService }; //# sourceMappingURL=collection.d.ts.map