declare const requireModule: any;
declare const path: any;
declare const util: any;
declare const utils: any;
declare const size: any;
declare const hasha: any;
declare const hashAssetFiles: any;
declare const AssetResolver: any;
declare type Config = {
    platform: string;
    bundle?: boolean;
    root: string;
    outputPath?: any;
    publicPath?: any;
};
declare type Info = {
    width: number;
    height: number;
    type: string;
};
