import { AccountDTO } from "./AccountDTO"; export declare class ProfileDTO extends AccountDTO { integrations: string[]; }