import type { Breakpoint } from './types'; export declare const isBefore: (a: Breakpoint, b: Breakpoint) => boolean; export declare const isAfter: (a: Breakpoint, b: Breakpoint) => boolean;