export declare const getGResourceXml: (params: {
    appID: string;
    files?: string[];
}) => string;
