/// import { URL } from 'url'; import { Lincoln } from '@nofrills/lincoln'; import { RestResource } from '@nativecode/rest-client'; import { Profile } from '../Models'; export declare class ProfileResource extends RestResource { constructor(url: URL, apikey: string, logger: Lincoln); list(start?: string, end?: string): Promise; } //# sourceMappingURL=ProfileResource.d.ts.map