import type { Schema } from "./schema.js"; export declare function orderProperties(properties: Exclude, order: string[] | undefined): string[];