import { StyleJSON } from './stylejson'; export declare const DEFAULT_STATIC_FONT = "Open Sans Regular"; export declare const SDF_STATIC_DIR: string; export declare function getFontStacks(style: StyleJSON): string[]; export declare function createStaticGlyphPath(font: string, start: number, end: number): string; export declare function isValidGlyphsRange(start: number, end: number): boolean;