import type * as mod from "./index.js"; import type * as payloads from "./payloads.js"; /** * Creates a new resource account and rotates the authentication key to either * the optional auth key if it is non-empty (though auth keys are 32-bytes) * or the source accounts current auth key. */ export declare const create_resource_account: ({ args, }: mod.CreateResourceAccountArgs) => payloads.CreateResourceAccount; //# sourceMappingURL=entry.d.ts.map