/** * Get custom table data action * Calls the getCustomTableData action on the parent window */ import type { GetCustomTableData } from "./types"; export declare const getCustomTableData: GetCustomTableData;