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