import type { Ctx } from '../get-context/index.js';
export declare function getSource({ cli, rcFile }: Ctx['config']): string[];
