import * as Parser from "yargs-parser"; export function applyExtends(config: Record, cwd: string, mergeExtends: boolean): Record; export function hideBin(argv: string[]): string[]; export { Parser };