type CustomMediaInput = Record; type CustomMediaResponse = Record; export declare function createMobileFirstMediaQueries(map: CustomMediaInput): CustomMediaResponse; export {};