import Commands from '../commands.js';
export default class ProfileCommands extends Commands {
    schema: {};
    cli(): Promise<object | string>;
    connection(opts: {
        syncSecago: number;
        clientUid: string;
    }): Promise<Buffer>;
}
