import type { google } from "./ima";
declare const loadImaSdk: () => Promise<typeof google.ima>;
export default loadImaSdk;
