/** * Returns a unique identifier for a given original name. * Used to avoid name collisions when generating code. * * @param original_name The original name to create an identifier for * @returns A unique identifier for the given original name */ export declare const identifier: (context: string) => (original_name: string) => string; //# sourceMappingURL=identifier.d.ts.map