export type ComponentType = 'client' | 'server'; export declare const classifyComponent: (filePath: string) => "server" | "client";