import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { L2TpAttributeValues } from "./l2tpattributevalues.js"; export type L2TpSccrp = { attributeValues?: L2TpAttributeValues | undefined; }; /** @internal */ export declare const L2TpSccrp$inboundSchema: z.ZodType; export declare function l2TpSccrpFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=l2tpsccrp.d.ts.map