/** * Gets the pageId from the invoked CYA action. * @param {object} action The invoked action. * @param {string} pageId The id of the page on which the action was invoked. * @returns A page id. */ declare const getPageId: (action: any, pageId: any) => any; export default getPageId;