export declare function definePublicConstant(object: any, propertyKey: string | symbol, value: any): void; export declare function definePrivateConstant(object: any, propertyKey: string | symbol, value: any): void; //# sourceMappingURL=definePublicConstant.d.ts.map