import { AmplifyError } from './AmplifyError';
export declare class PlatformNotSupportedError extends AmplifyError {
    constructor();
}
