export declare function useBusinessCreateMutation(): import("@wisemen/vue-core-query").UseMutationReturnType<{ childUuid: (string & import("zod").$brand<"BusinessUuid">) | null; individualUuid: (string & import("zod").$brand<"IndividualUuid">) | null; parentUuid: (string & import("zod").$brand<"BusinessUuid">) | null; name: string; address: { bus: string; city: string; coordinates: { lat: number | null; lng: number | null; }; country: string; postalCode: string; street: string; streetNumber: string; placeId?: string | null | undefined; }; companyNumber: string | null; customFields: Record | null; individual: { email: string | null; firstName: string; lastName: string; mobilePhone: string | null; phone: string | null; } | null; individualPosition: string | null; vatNumber: { countryCode: import("../../../client").CountryCode; number: string; } | null; }, string & import("zod").$brand<"BusinessUuid">, void>;