/** Dot-path into `input` for webScope forced synthesis (`unitParams.topicPath`). */ export declare const INPUT_TOPIC_PATH_PATTERN: RegExp; export declare function isValidInputTopicPath(path: string): boolean; export declare function describeInputTopicPathViolation(path: string): string; //# sourceMappingURL=validate-input-topic-path.d.ts.map