/** * Removes the Byte Order Mark (BOM) from the beginning of a string, if present. * * @param data The input string. * @returns The string without a leading BOM, or the original string if no BOM was present. */ export declare function removeBom(data: string): string; //# sourceMappingURL=string-utils.d.ts.map