import { EsbuildOptionPaths, PathOverrides } from "../types/options.type"; declare const resolveOutDir: (options: EsbuildOptionPaths & PathOverrides) => string; export { resolveOutDir };