import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { LoyaltyAccountMapping } from "./LoyaltyAccountMapping"; export declare const SearchLoyaltyAccountsRequestLoyaltyAccountQuery: core.serialization.ObjectSchema; export declare namespace SearchLoyaltyAccountsRequestLoyaltyAccountQuery { interface Raw { mappings?: (LoyaltyAccountMapping.Raw[] | null | undefined) | null; customer_ids?: (string[] | null | undefined) | null; } }