/** * If the id is a file then add the .js extension if not already there. * * @param id The id to normalize * @returns The normalized id */ export declare function normalizeId(id: string): string;