declare let template: {
    http: () => string;
    internal: () => string;
};
export default template;
