import type { CreateOwnerValues } from "./create.types.js"; export declare const createAccount: (values: CreateOwnerValues) => Promise;