import { BaseCommand, RunnableArgs } from "@core";
declare const includeRelated: (command: BaseCommand, args: RunnableArgs, files: string[]) => void;
export default includeRelated;
