/** * Removes all non MAQL compatible characters from an identifier by replacing them with an underscore. * @param identifier - identifier to sanitize * @returns sanitized identifier */ export declare function sanitizeLocalId(identifier: string): string; //# sourceMappingURL=sanitizeLocalId.d.ts.map