/**
 * Set the IP address for the Tello drone
 * @param ip - Custom IP address to use
 */
export declare function setTelloIP(ip: string): void;
/**
 * Get the current Tello IP address
 * @returns The current IP address
 */
export declare function getTelloIP(): string;
declare const _default: {
    setTelloIP: typeof setTelloIP;
    getTelloIP: typeof getTelloIP;
};
export default _default;
//# sourceMappingURL=config.d.ts.map