import { VoxStructure } from "../../types/types";
declare const writeRiffFile: (voxStructure: VoxStructure) => any[];
export = writeRiffFile;
