export declare function search(query: string, options: { type?: string; since?: string; limit?: string; offset?: string; state?: string; intent?: string; ref?: string; artifactType?: string; archived?: boolean; includeArchived?: boolean; mode?: string; artifact?: string; }): Promise;