declare type SymbologyResult = {
    data?: string;
    width: number;
    height: number;
    message: string;
};
export default SymbologyResult;
