import { ImageUrls } from 'types/entities.types'; export declare const getCreativeImagesByGroup: (state: any) => { [key: string]: any[]; }; export declare const getCreativeImagesGroups: (state: any) => string[];