import type { ViewOptions } from '../../lib/options.js'; type GroupViewOptions = ViewOptions & { full?: boolean; }; export declare function viewGroup(ref: string, options: GroupViewOptions): Promise; export {}; //# sourceMappingURL=view.d.ts.map