export default class Session { key: string; secret: string; constructor(key: string, secret: string); }