import { mslEventI } from '../types/mslEvents'; export declare function format(first: string, middle: string, last: string): string; export declare function createId(): string; export declare function returnDate(utcdate?: string): { weekday: string; day: any; month: string; year: any; hours: any; minutes: any; }; export declare function removeParams(src: any): string; export declare function getNextEvents(dataList: mslEventI[], length?: number): mslEventI[]; export declare function verifyCloudinaryApprovedUrl(url: string): boolean; export declare function makeRequest(url: string, type: any, data?: any): Promise; export declare function fetchElementAttributes(parent: any, element: any): any; export declare function createArrayFromString(str: any, separator: any): any; export declare function shuffleArray(array: any): any;