import { Pattern, UUID } from '..'; export declare type ImportDeclaration = { type: 'importDeclaration'; data: { id: UUID; name: Pattern; }; };