export declare function isScanIntent(intent: any): boolean; export declare function castScanIntent(intent: any): { labelType: any; time: Date; value: any; }; export declare function formatBarcode(value: string, type: string): string; export declare function isVersionIntent(intent: any): boolean; export declare function castVersionIntent(intent: any): { version: any; };