/*!
 * Jodit Editor PRO (https://xdsoft.net/jodit/)
 * See LICENSE.md in the project root for license information.
 * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
 */
export declare let jdGoogleMapsAlreadyLoaded: boolean;
export declare const jdGoogleMapsOnloadHandlers: Array<Function>;
export declare function googleReady(callback: Function): void;
export declare function GoogleReadyHandler(): void;
export declare function arrayToPath(array: number[] | number[][], likePlainObject?: boolean): any;
export declare function pathToArray(path: google.maps.MVCArray<any>): number[][];
export declare function specialColor(value: string): string;
export declare function isApiAvailable(): boolean;
