import { api_interface } from './gen/index'; import { FontSplitProps } from './interface'; export * from './decodeReporter'; export { api_interface as proto }; export declare const createAPI: void>(font_split: (buffer: Uint8Array, length: number, cb: OriginCB) => void, createCallback: (cb: (data: Uint8Array) => void) => OriginCB, finallyFn?: () => void) => (config: FontSplitProps) => Promise;