/** * Exception thrown when a Cognito token type doesn't match the expected type */ export declare class CognitoTokenTypeMismatchError extends Error { constructor(expectedType: string, actualType: string); } //# sourceMappingURL=cognito-token-type-mismatch.error.d.ts.map