import { Command } from "commander"; export default function (program: Command): void; /** * Perform linting and formatting on the module * @param validateOnly * @returns success */ export declare function peprFormat(validateOnly: boolean): Promise; //# sourceMappingURL=index.d.ts.map