import * as cog from '../cog'; import * as starsv1alpha1 from '../starsv1alpha1'; import * as resource from '../resource'; export declare class StarsBuilder implements cog.Builder { protected readonly internal: starsv1alpha1.Stars; constructor(); /** * Builds the object. */ build(): starsv1alpha1.Stars; resources(resource: cog.Builder[]): this; resource(resource: cog.Builder): this; } /** * Creates a resource manifest from Stars. */ export declare function manifest(name: string, stars: cog.Builder): cog.Builder;