import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { SignatureImage } from "./SignatureImage"; export declare const SignatureOptions: core.serialization.ObjectSchema; export declare namespace SignatureOptions { interface Raw { title: string; body: string; signature?: SignatureImage.Raw[] | null; } }