export declare function loadPeer<T = any>(pkg: string, engine: string, kind: 'template' | 'language'): Promise<T>;
