import { Totp } from "./parse-totp-uri";
export declare const parseQrCode: (filePath: string) => Promise<Totp>;
