
export function axIsInstanceOfInterface(x: any) {
	return false;
}
