import { CLIOptions } from '@types'; export declare const entry: (sources: string[], cmd: CLIOptions) => Promise;