import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const TeamMemberBookingProfile: core.serialization.ObjectSchema; export declare namespace TeamMemberBookingProfile { interface Raw { team_member_id?: string | null; description?: string | null; display_name?: string | null; is_bookable?: (boolean | null | undefined) | null; profile_image_url?: string | null; } }