import { ClientError } from "../../../packages/error/client-error"; export declare class CruxOnBoardingClientError extends ClientError { } export declare const throwCruxOnBoardingClientError: (target: any, prop: any, descriptor?: { value?: any; } | undefined) => any;