import { TCustomEntityInput } from '@cromwell/core'; import { BasePageInput } from './base-page.input'; export declare class CustomEntityInput extends BasePageInput implements TCustomEntityInput { entityType: string; name?: string; } //# sourceMappingURL=custom-entity.input.d.ts.map