import { GuidValue, TypedNamedProperty } from "@omnia/fx-models"; export interface TypedRoutePropertyDefinition extends TypedNamedProperty { } export declare class TypedProperties { static RouteProperties: { new (): {}; readonly publishingAppId: TypedRoutePropertyDefinition; }; }