export interface NefFile { readonly magic: number; readonly compiler: string; readonly source: string; readonly script: BufferString; readonly tokens: readonly MethodToken[]; readonly checksum: number; }