/** * Returns true when a string is a valid Python identifier. * Expects: value is an unqualified function or argument name. */ export declare function montyPythonIdentifierIs(value: string): boolean; //# sourceMappingURL=montyPythonIdentifierIs.d.ts.map