export default function replaceAll(input: string, needle: string, replacement: string): string;
