/** * Returns whether the AdMob API is enabled on the current device. This does not check the native configuration. * * @returns Async `boolean`, indicating whether the AdMob API is available on the current device. Currently this resolves `true` on iOS and Android only. */ export declare function isAvailableAsync(): Promise; export declare function setTestDeviceIDAsync(testDeviceID: string | null): Promise;