import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const SubscriptionTestResult: core.serialization.ObjectSchema; export declare namespace SubscriptionTestResult { interface Raw { id?: string | null; status_code?: (number | null | undefined) | null; payload?: (Record | null | undefined) | null; created_at?: string | null; updated_at?: string | null; notification_url?: string | null; passes_filter?: (boolean | null | undefined) | null; } }