/** * Get categories action * Calls the getCategories action on the parent window */ import type { GetCategories } from "./types"; export declare const getCategories: GetCategories;