declare const pigLatin: (string: string) => string;
export default pigLatin;
