import { Runner } from '../../@types';
export declare const fixRunnerHostAccessOnLinux: ({ containerId, logger }: Runner) => Promise<void>;
