import type { Consumer } from '@teambit/legacy.consumer'; export declare function removeLanes(consumer: Consumer | undefined, lanes: string[], remote: boolean, force: boolean): Promise<{ laneResults: string[]; }>;