import Attribute from '../../models/Attribute'; import Service from '../../serviceFactory/Service'; import GetOptions from '../../serviceFactory/utils/GetOptions'; export declare const getAttributesOptions: GetOptions; export declare const fromFirstCursor: string; export declare const addTestAttributes: (service: Service) => Promise;