import type { TConfigInput } from "../../types/config"; import { type MissingFieldError, type MissingPersonError, type NetworkError, type NotSetupError, type Result } from "../../types/error"; export declare const setIsSetup: (state: boolean) => void; export declare const setup: (configInput: TConfigInput) => Promise>; export declare const checkSetup: () => Result; export declare const tearDown: () => Promise; export declare const handleErrorOnFirstSetup: (e: { code: string; responseMessage: string; }) => Promise; //# sourceMappingURL=setup.d.ts.map