/**
* A function that can be used to create constant values without the risk of recursive import issues
* @param init The function to create the constant
*/
export declarefunctionconstGetter<T>(init: () => T): () => T;
//# sourceMappingURL=constGetter.d.ts.map