import type { MutationOptions } from '../../../types';
import type { AccountIdentification } from '../../core/models/api/accountIdentification';
import type { AccountValidationResponse } from './validation.types';
export declare const useValidateAccountIdentification: (options?: Omit<MutationOptions<AccountValidationResponse, unknown, AccountIdentification>, "mutationFn">) => import("@tanstack/preact-query").UseMutationResult<AccountValidationResponse, unknown, AccountIdentification, unknown>;
