export type WlanProfile = { profileName: string; ssid: string; authentication: string; encryption: string; password: string | null; }; //# sourceMappingURL=WlanProfile.d.ts.map