/** PHP parity: CannotCallComputedDirectlyException */ export declare class CannotCallComputedDirectlyException extends Error { constructor(componentName: string, methodName: string); }