/**
 * say hello
 * @param name name
 * @since 0.1.0
 */
export declare function hello(name?: string): void;
export declare function _error(): void;
