export declare function isClientComponentModule(mod: {
    resource: string;
    buildInfo: any;
}): boolean;
