export type BreakpointDefinition = Readonly>; /** Validate declaration order once, when an app creates its responsive contract. */ export declare function breakpointEntries(definition: T): [keyof T & string, number][]; /** Largest satisfied name, with `base` as the deterministic below-range fallback. */ export declare function breakpointAt(entries: readonly (readonly [Name, number])[], width: number): Name | 'base'; //# sourceMappingURL=breakpoint-contract.d.ts.map