import type { ExistingLegalEntity } from '../../core/models/api/legal-entity'; interface UseCanSeeIntroductionProps { legalEntity: ExistingLegalEntity; } export declare const useCanSeeIntroduction: ({ legalEntity }: UseCanSeeIntroductionProps) => boolean; export {};