/** * Get custom tables action * Calls the getCustomTables action on the parent window */ import type { UpsertCustomTableData } from "./types"; export declare const upsertCustomTableData: UpsertCustomTableData;