import { InvalidIdentifier, OtherIdentifier } from './constants'; /** * Checks if the string is an other identifier */ export declare function isOtherIdentifier(name: string): name is OtherIdentifier; /** * Checks if the string is an invalid identifier */ export declare function isInvalidIdentifier(name: string): name is InvalidIdentifier; //# sourceMappingURL=helpers.d.ts.map