import { IPSDEUIRawCodeLogic } from './ipsdeuiraw-code-logic'; import { PSDEUILogicNodeImpl } from './psdeuilogic-node-impl'; export declare class PSDEUIRawCodeLogicImpl extends PSDEUILogicNodeImpl implements IPSDEUIRawCodeLogic { get code(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeuiraw-code-logic-impl.d.ts.map