type Params = { target_file_paths?: string[]; }; export default function rebuildBundler(params?: Params): Promise; export {};