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