/** * Example function that returns a greeting for the given name. * * @param name - The name to greet. * @returns The greeting. */ export default function greeter(name: string): string; //# sourceMappingURL=index.d.mts.map