/** * Get products action * Calls the getProducts action on the parent window */ import type { GetProducts } from "./types"; export declare const getProducts: GetProducts;