import type { Resource } from "@frictionless-ts/metadata"; import type { LoadTableOptions, TablePlugin } from "../../plugin.ts"; export declare class InlinePlugin implements TablePlugin { loadTable(resource: Resource, options?: LoadTableOptions): Promise | undefined>; }