import * as cog from '../cog'; import * as starsv1alpha1 from '../starsv1alpha1'; export declare class ResourceBuilder implements cog.Builder { protected readonly internal: starsv1alpha1.Resource; constructor(); /** * Builds the object. */ build(): starsv1alpha1.Resource; group(group: string): this; kind(kind: string): this; names(names: string[]): this; }