import { AmplifyErrorCode, AssertionFunction } from '../types';
export declare const assert: AssertionFunction<AmplifyErrorCode>;
