import type GatlingGenerator from './generator.js';
export default function cleanupTask(this: GatlingGenerator, { application }: {
    application: any;
}): void;
