import type { FallbackMetrics } from './types.js';
export declare function generateFallbackMetrics(fontSource: string, warn?: (message: string) => void): Promise<FallbackMetrics | undefined>;
