import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { ScheduledShiftFilter } from "./ScheduledShiftFilter"; import { ScheduledShiftSort } from "./ScheduledShiftSort"; export declare const ScheduledShiftQuery: core.serialization.ObjectSchema; export declare namespace ScheduledShiftQuery { interface Raw { filter?: ScheduledShiftFilter.Raw | null; sort?: ScheduledShiftSort.Raw | null; } }