import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { DataSyncServiceException as __BaseException } from "./DataSyncServiceException"; export declare class InternalException extends __BaseException { readonly name: "InternalException"; readonly $fault: "server"; errorCode?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InvalidRequestException extends __BaseException { readonly name: "InvalidRequestException"; readonly $fault: "client"; errorCode?: string | undefined; datasyncErrorCode?: string | undefined; constructor(opts: __ExceptionOptionType); }