/*! * 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; export declare function googleReady(callback: Function): void; export declare function GoogleReadyHandler(): void; export declare let jdGoogleMapsAuthFailed: boolean; /** * Google calls `gm_authFailure` when the key or the HTTP referrer is not * authorized: the API is loaded, but every map instance is dead */ export declare function GoogleAuthFailureHandler(): void; export declare function googleAuthFailure(callback: Function): void; export declare function isApiFailed(): boolean; export declare function arrayToPath(array: number[] | number[][], likePlainObject?: boolean): any; export declare function pathToArray(path: google.maps.MVCArray): number[][]; export declare function specialColor(value: string): string; export declare function isApiAvailable(): boolean;