export interface AccountsOauthTwitterOptions { key: string; secret: string; } export declare class AccountsOAuthTwitter { private options; private oauth; constructor(options: AccountsOauthTwitterOptions); authenticate(params: any): Promise<{}>; }