import type { ProfileType } from "../../models/profile.ts"; export declare function loadProfile(path: string, options: { profileType: ProfileType; }): Promise>;