export declare function parseDuration(s: string): number; export declare function share(artifactId: string, options: { commentOnly?: boolean; expires?: string; for?: string; }): Promise;