export declare const InstillNameInterpreter: { model: (name: string) => { namespaceId: string; resourceId: string; }; pipeline: (name: string) => { namespaceId: string; resourceId: string; }; artifact: (name: string) => { namespaceId: string; resourceId: string; }; secret: (name: string) => { namespaceId: string; resourceId: string; }; }; //# sourceMappingURL=InstillNameInterpreter.d.ts.map