import { Profile, ProfileReader } from '../../../models/index'; import { ProfilesLookupOptions } from '../../../options/index'; import { interfaces } from 'inversify'; export declare class ProfileLoader { private profileReaderFactory; private profilesLookupOptions; constructor(profileReaderFactory: interfaces.AutoNamedFactory, profilesLookupOptions: ProfilesLookupOptions); getProfiles(): Promise>; }