export declare class Options { username: string; title: string; url: string; constructor(username: string, title: string, url: string); }