// Commmon function signaturedeclarefunctionf(prefix?: string, suffix?: string): string;
// let x -> Workaround for ES6 imports// Combined type because of assigning to function object in original moduledeclareletx: typeof f & { process: typeof f } & { time: typeof f };
export = x;