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