import type { Format } from "../types.d.cts";
export declare const inferExportTypeFromFileName: (filename: string) => Format | undefined;
export declare const inferExportType: (condition: string, previousConditions: string[], packageType: Format, filename?: string) => Format;
