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