import EmptyExportsModule from './EmptyExportsModule';
export default class WrmResourceModule extends EmptyExportsModule {
    private _resource;
    constructor(resourceNameAndLocationPair: string, target: string, requestContext: string, rootContext: string);
    getResourcePair(): [string, string];
    getResource(): {
        name: string;
        location: string;
    };
}
