/**
 * Extracts the email from the pageUrl and returns it if found
 * @param {string} pageUrl the url of the page
 * @returns {string | null} the email if found, null otherwise
 */
export declare const extractEmailFromParams: (pageUrl: string) => string | null;
//# sourceMappingURL=extractEmailFromParams.d.ts.map