interface Args { esbuildOutDir: string; pluginOutputPath?: string; tsconfigDeclarationDir?: string; tsconfigOutDir?: string; } export declare const getDeclarationDir: (args: Args) => string; export {};