import { ZaloApiError } from "./ZaloApiError.js"; export declare class ZaloApiLoginQRDeclined extends ZaloApiError { constructor(message?: string); }