//#region src/utils/lint-package.d.ts
declare function lintPackage(): Promise<void>;
//#endregion
export { lintPackage };