import type { ResourceDefinition } from "../../helpers/types"; export declare const userResource: ResourceDefinition; export * from "./UserDescription"; export * from "./operations";