//#region src/index.d.ts
declare function greet(name: string): string;
declare const VERSION = "0.0.0";
//#endregion
export { VERSION, greet };