export declare function trimPunctuation(token: string): string; export declare function extractKeywords(query: string): string[]; export declare function keywordLadder(query: string): string[]; //# sourceMappingURL=query-keywords.d.ts.map