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