import { IProfile } from "./contracts"; import { IProfileImporter } from "./contracts"; export declare class ProfileImporter implements IProfileImporter { #private; constructor(profile: IProfile); /** {@inheritDoc IProfileImporter.import} */ import(password?: string): Promise; }