import { gracely } from "gracely"; import { http } from "cloudly-http"; import { Transaction } from "../../Transaction"; export declare class Notes { private readonly client; constructor(client: http.Client); create(organization: string, account: string, transaction: string, note: Transaction.Note.Creatable): Promise; }