export * from './interfaces/IUsers'; export declare function sayHello(name: string): string;