import { PinsSettings } from './pins-settings.interface'; type CONFIG_KEY = 'BASE_URL' | 'LIBRARIES' | 'ALIAS' | 'LOGGER'; export declare const config: { set: (key: CONFIG_KEY, value: any) => void; log: (level: string, path: string, message: string, context: any, data?: any) => any; }; export declare const applyTemplate: (value: any, context: any) => any; export declare const executePinsList: (pinsSettingsList: PinsSettings[], context: any, path?: string) => Promise; export declare const generateElementFromPins: (pinsSettings: PinsSettings, parent: Element, context: any, document?: Document, options?: { import: boolean; }) => Promise; export declare const preparePinsSettings: (settings: PinsSettings, context: any) => PinsSettings; export {}; //# sourceMappingURL=engine.d.ts.map