import type { CreateParserOptions } from './types'; type CreateParserValidOptionName = keyof CreateParserOptions; type CreateParserRemovedOptionName = 'table'; export declare const validParserOptions: CreateParserValidOptionName[]; export declare const removedParserOptions: Record; export {}; //# sourceMappingURL=constants.d.ts.map