/**
 * @file npm-template library type declaration file.
 * @author qivmvip AT gmail DOT com
 * @date 2022-02-17
 */

export const hello: () => void;
