import { Type } from "."; export function Int(bits: 8 | 16 | 32, sign: 'signed' | 'unsigned'): Type;