import { ClientData } from "./types"; export declare const setHandleSetClient: (fn: ((customer: ClientData | null, options?: any) => void) | null) => void; export declare const getHandleSetClient: () => ((customer: ClientData | null, options?: any) => void) | null;