import { Permission } from "../core";
export declare const createUser: Permission<"auth.user.create">;
