declare module 'main' {
  export function call(): I32;
  export function describe(): I32;
}


