export declare const generateTotpFromParsedQrCode: (issuer: string, label: string, secret: string) => string;
