export declare const PARAMETER_IN_TYPE: { query: string; header: string; path: string; cookie: string; }; export declare const FOLDER_TYPES: string[]; export declare enum MAIN_WIDTH_ENUM { width769 = "width769", width1024 = "width1024", width1366 = "width1366", width1440 = "width1440", width1920 = "width1920", width1921 = "width1921" } export default PARAMETER_IN_TYPE;