import Scalar from '../scalar'; export default class ScalarParser { static parse(buffer: number[]): Scalar; static produce(s: Scalar): number[]; }