interface KeyedModuleEntry { key: string; } export type ResourceReference = { resourceKey: string; entryKey?: string; isValidFormat: boolean; }; export declare const parseResourceReference: (resourceReference: string) => ResourceReference; export declare const findInvalidFunctionReferences: (module: any, functions?: KeyedModuleEntry[]) => string[]; export declare const findInvalidResourceReferences: (module: any, resources?: KeyedModuleEntry[]) => string[]; export declare const findInvalidEndpointReferences: (module: any, resources?: KeyedModuleEntry[]) => string[]; export declare const findInvalidServiceReferences: (module: any, services?: KeyedModuleEntry[]) => string[]; export {}; //# sourceMappingURL=module-references.d.ts.map