import { type Types } from '@callstack/licenses';
import type { Format } from './types/Format';
export declare function serializeReport({ licenses, format, }: {
    licenses: Types.AggregatedLicensesMapping;
    format: Format;
}): string;
