export declare const RENDER_PREFER_LOOKUP_TEXTURE = "lookup_texture"; export declare const LOAD_PREFER_IMAGE_BITMAP = "load_image_bitmap"; export declare const TEMPLATE_USE_OFFSCREEN_CANVAS = "offscreen_canvas"; export declare function getConfig(name: string): string | number | boolean; export declare function setConfig(name: string, value: number | boolean | string): string | number | boolean;