/** * 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 declare function constGetter(init: () => T): () => T; //# sourceMappingURL=constGetter.d.ts.map