export const register : {
    get : any,
    put : any
};

export const login : {
    get : any,
    post: any
};
