import { FBPParser } from '@chix/fbpx'; import { Env } from '../types'; export declare function getParser(env: Env): FBPParser;