import type { ByteSource } from '../io/types.ts'; import type { CommandSpec, FlagValue } from './spec/types.ts'; export declare const COMPOUND_EXTENSIONS: ReadonlySet; export declare function getExtension(path: string | null): string | null; export declare function materializeStdout(stdout: ByteSource | null): Promise; export declare function stripPrefixFromPathKwargs(kwargs: Record, spec: CommandSpec, prefix: string): Record; //# sourceMappingURL=resolve.d.ts.map