export declare class OAuthStash { constructor(partial?: Partial); id: string; data: string; expires: Date; }