export function parse(source: string): string[]; export function parse(source: string, transform: (value: string) => T): T[];