import { BitmapFont } from "./bitmap_font"; export declare function read_bdf(buffer: Uint8Array, monospace: boolean): BitmapFont; export declare function write_bdf(font: BitmapFont, name: string, baseline?: number, copyright?: string): Uint8Array;