import type { Dialect, Resource } from "@frictionless-ts/metadata"; export declare function inferCsvDialect(resource: Partial, options?: { sampleBytes?: number; }): Promise;