export type Matcher = { name: string; priority: number; pattern: string; }; export declare const postMatchers: Matcher[]; export declare const postsMatchers: Matcher[]; export declare const authorArchivesMatchers: Matcher[]; export declare const searchMatchers: Matcher[];