export declare const isPlugin: (id: string) => boolean; export declare const matchesPluginId: (input: string, full: string) => boolean;