import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { ShiftSortField } from "./ShiftSortField"; import { SortOrder } from "./SortOrder"; export declare const ShiftSort: core.serialization.ObjectSchema; export declare namespace ShiftSort { interface Raw { field?: ShiftSortField.Raw | null; order?: SortOrder.Raw | null; } }