import { BlockOutputsBase, InferHrefType, InferOutputsType, Platforma } from '@platforma-sdk/model'; import { createAppV2 } from './createAppV2'; type InferArgs = Pl extends Platforma ? Args : never; type InferUiState = Pl extends Platforma ? UiState : never; export type TestApp

= ReturnType, InferOutputsType

, InferUiState

, InferHrefType

>>; export {}; //# sourceMappingURL=v2.static-test.d.ts.map