import { CreateInvoiceLinkServerErrorResponse } from '../types'; import { ResponseParameters } from '../types'; export declare class CreateInvoiceLinkServerErrorResponseBase implements CreateInvoiceLinkServerErrorResponse { ok: boolean; error_code: number; description: string; parameters: ResponseParameters; }