export declare const getFilenameOutputFormat: (filename: string, isModule?: boolean) => "esm" | "cjs" | "umd" | "amd" | "iife";