declare function getAllProducts(token: any, organizationContext: any): Promise<any[]>;
export default getAllProducts;
