interface outroGroup { label: string; lines?: string[]; } declare function outro(groups: outroGroup[]): void; export { outro, outroGroup };