import { Config } from '@grunnverk/core'; /** * Main execute function for the versions command */ export declare const execute: (runConfig: Config) => Promise; //# sourceMappingURL=versions.d.ts.map