import * as System from "../lighthouse"; export declare const getMediaQuery: (breakpoint: number) => string; export declare const getMediaQueries: (breakpoints: System.BreakpointsT) => string[];