import { SDKExecutionError } from '../../lib'; export declare function superJsonNotFoundError(path: string, error?: Error): SDKExecutionError; export declare function superJsonNotAFileError(path: string): SDKExecutionError; export declare function superJsonFormatError(error: Error): SDKExecutionError; export declare function superJsonReadError(error: Error): SDKExecutionError; export declare function profileNotFoundError(profileName: string): SDKExecutionError; export declare function providersNotSetError(profileName: string): SDKExecutionError; export declare function invalidProfileProviderError(profileProviderSettings: string): SDKExecutionError;