import { ApiOnly } from './api-only.model'; export declare class ApiOnlyService { constructor(); find(where?: any, orderBy?: string, limit?: number, offset?: number, fields?: string[]): ApiOnly[]; }