/**
 * Provide a name, to say hello to.
 *
 * @param {string} name
 * @returns {string} Hello, Brian!
 */
export declare const hello: (name: string) => string;
