import { UUID } from '../'; export declare type Pattern = { id: UUID; name: string; };