export declare class LaunchPoolV4ErrorResponse { 'label': LaunchPoolV4ErrorResponse.Label; 'message': string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export declare namespace LaunchPoolV4ErrorResponse { enum Label { INVALIDPARAMVALUE, INVALIDCREDENTIALS, INSUFFICIENTBALANCE, PROJECTNOTFOUND } }