export type PointlineJSConfig = { actionsId: string; enablePanZoom: boolean; }; export declare const defaultPointLineJSConfig: PointlineJSConfig;