import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { Product } from "./Product"; export declare const SourceApplication: core.serialization.ObjectSchema; export declare namespace SourceApplication { interface Raw { product?: Product.Raw | null; application_id?: (string | null | undefined) | null; name?: (string | null | undefined) | null; } }