type UnpackResult = Record; export declare function unpack(format: string, data: string): UnpackResult | false; export {};