export declare const TARGET_CHECK_TYPES: { readonly TCP16_20: "TCP16_20"; readonly GET: "GET"; }; export type TTargetCheckTypes = typeof TARGET_CHECK_TYPES; export type TTargetCheckTypesKeys = (typeof TARGET_CHECK_TYPES)[keyof typeof TARGET_CHECK_TYPES]; export type TTargetCheckTypesTypes = [keyof typeof TARGET_CHECK_TYPES][number]; //# sourceMappingURL=target-check-types.d.ts.map