/**
 * say hello
 *
 * @param name - input name
 * @returns hello message
 *
 * @alpha
 */
export declare const hello: (name: string) => string;

export { }
