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