export declare function resolveQrCodeSchema(qrcodeSchema: string, { qrcodeFormat, qrcodeOutput, }: { qrcodeFormat?: 'base64' | 'terminal' | 'image' | undefined; qrcodeOutput?: string; }): Promise; export declare function getRealQrUrl(qrcodeSchema: string): string;