import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { Address } from "./Address"; export declare const PrePopulatedData: core.serialization.ObjectSchema; export declare namespace PrePopulatedData { interface Raw { buyer_email?: (string | null | undefined) | null; buyer_phone_number?: (string | null | undefined) | null; buyer_address?: Address.Raw | null; } }