export declare function star(identifier: string): Promise; export declare function unstar(identifier: string): Promise; export declare function starred(options: { since?: string; limit?: string; }): Promise;