import { SerializedData } from '../../serialization/json.js';
export interface UserTrackingCodeV2025R0 {
    /**
     * The ID of the user tracking code. */
    readonly id?: number | null;
    /**
     * The name of the user tracking code. */
    readonly name?: string | null;
    readonly rawData?: SerializedData;
}
export declare function serializeUserTrackingCodeV2025R0(val: UserTrackingCodeV2025R0): SerializedData;
export declare function deserializeUserTrackingCodeV2025R0(val: SerializedData): UserTrackingCodeV2025R0;
//# sourceMappingURL=userTrackingCodeV2025R0.d.ts.map