import { IProfilesLookupOptions, ProfilesLookup } from '../models'; export declare class ProfilesLookupOptions { private lookups; constructor(options?: IProfilesLookupOptions); getLookups(): ProfilesLookup[]; }