/** * Get custom extensions action * Calls the getCustomExtensions action on the parent window */ import type { GetCustomExtensionCustomTables } from "./types"; export declare const getCustomExtensionCustomTables: GetCustomExtensionCustomTables;