import { ImportSchema } from '../types/reader'; import { Narrowable } from '../../_shared/types/utils'; export declare function buildExcelSchema, const FieldKeys extends Narrowable>(schema: TImportSchema): TImportSchema;