type BarcodeFormats = {
    detector: string[];
    generator: string[];
};
export declare function getSupportedFormats(): Promise<BarcodeFormats>;
export {};
