export declare const appEntityType: import("#src/references/types.js").DefinitionEntityType; export type AppEntryType = string & { __brand?: AppEntryDefinition; }; export declare function createAppEntryType(name: string): AppEntryType; //# sourceMappingURL=types.d.ts.map