export declare function accountsList(domain?: string, options?: { all?: boolean; }): Promise; export declare function accountsCreate(domain?: string): Promise; export declare function accountsDelete(domain?: string): Promise; export declare function accountsPasswd(domain?: string): Promise;