export declare const MIME_Types: string[];
export type CookieType = Array<{
    name: string;
    value: string;
    options: object;
}>;
