import { AutomatePayload, IpDataConfig, IpDataResponse } from "./types"; /** * Sends a request to the Automate endpoint to execute the installed Flow. * * @param {AutomatePayload} payload * @param {number} delay * @return {Promise} */ export declare const toggleFlightMode: (payload: AutomatePayload, delay?: number) => Promise; /** * Retrieves the IPData response from the api. * * @param {IpDataConfig} config * @return {Promise} */ export declare const getIpData: ({ key, fields }: IpDataConfig) => Promise; //# sourceMappingURL=api.d.ts.map