import type { BrowserContext } from '@playwright/test'; /** * Returns the extension ID for the given extension name. The ID is fetched from the `chrome://extensions` page. * * ::: tip * This function soon will be removed to improve the developer experience! 😇 * ::: * * @param context - The browser context. * @param extensionName - The name of the extension, e.g., `MetaMask`. * * @returns The extension ID. */ export declare function getExtensionId(context: BrowserContext, extensionName: string): Promise; //# sourceMappingURL=getExtensionId.d.ts.map