export type SignalKey = 'input' | 'output' | 'formValue' | 'view' | 'viewChild' | 'viewChildren';
export type SignalDetails = Partial<Record<SignalKey, string>>;
export declare const SIGNAL_NAMES: string[];
//# sourceMappingURL=signals.d.ts.map