type Builder = () => any; export declare function buildContext(context: Partial | undefined, builders: Record): T; export {};