/**
 * say hello
 *
 * @param name - input name
 * @returns hello message
 *
 * @alpha
 */
export declare const hello: (name: string) => string;
//# sourceMappingURL=index.d.ts.map