import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const InvoiceAttachment: core.serialization.ObjectSchema; export declare namespace InvoiceAttachment { interface Raw { id?: string | null; filename?: string | null; description?: string | null; filesize?: number | null; hash?: string | null; mime_type?: string | null; uploaded_at?: string | null; } }