
function getDefault(_id: string): {[id:string]: string} {
    return {};
}

export = {
    getDefault
};
