import type { Program } from './svml-compiler';
export declare function assemble(p: Program): Uint8Array;
