import type { PipelineCollection } from '../../collection/pipeline-collection/PipelineCollection';
/**
 * Get pipeline collection for Untitled Promptbook project
 *
 * ⚠️ WARNING: This code has been generated by `@promptbook/cli` so that any manual changes will be overwritten
 *
 * @generated
 * @returns {PipelineCollection} Library of promptbooks for Untitled Promptbook project
 */
export declare function getTemplatesPipelineCollection(): PipelineCollection;
