/** Configures Fcbuffer for specific structs and types. */ declare const _default: (config: {}, extendedSchema: any) => { structs: any; types: any; fromBuffer: any; toBuffer: any; }; export default _default;