import { gracely } from "gracely"; import { http } from "cloudly-http"; import { Account } from "../../Account"; export declare class Details { private readonly client; constructor(client: http.Client); create(account: string, details: Account.Details.Creatable): Promise; }