export declare function hello(name: string): string; export declare function greet(name: string): string;