export declare class ModuleConstantsLoader { load(modulePath: string, constantName: string, transformer?: (value: unknown) => T): Promise; }