interface OutroGroup { label: string; lines?: string[]; variant?: "code"; } declare function outro(groups: OutroGroup[]): void; export { type OutroGroup, outro };