import { sayHello, sayGoodbye } from './ts/ACS';
declare const add: (a: number, b: number) => number;
export { add, sayHello, sayGoodbye };
