//#region src/index.d.ts
declare const version: string;
declare function hello(): string;
//#endregion
export { hello, version };