export declare const handler: (moduleNames: string[], options: {
    link: boolean;
}) => Promise<void>;
