/** * Runs checks to ensure all modules have the appropriate exports */ import { ValidateCommandOptions } from '../validate.types'; /** * Validates `umd`, `esm` and TS build integrity for all packages in the repository. */ export declare const validateBuilds: ({ verbose, }: Partial) => Promise; //# sourceMappingURL=index.d.ts.map