export declare function find_in_blueprint<T>(obj: any, purpose: string[]): T | undefined;
