export declare class GAssets {
    baseDomain: string;
    subPath: string;
    getBaseDomain(): any;
    getAssetPath: (path: string, forceBaseDomain?: string, forceSubPath?: string) => string;
}
export declare const CommonGAssets: GAssets;
