declare function parse(input: any): {
    id: any;
    bits: any;
    data: any;
};
export { parse };
