import type { Breakpoint } from '../../../types'; export declare const hash: (breakpoint: Breakpoint | string) => string;