import { Configuration } from '../Configuration.js'; import { ParseMethod } from '../Types.js'; export declare const BbmMethods: { [key: string]: ParseMethod; }; export declare const BbmConfiguration: Configuration;