/**
* Property decorator factory. Sets `configurable` flag of PropertyDescriptor
* to given state.
*
* @paramstate - true, if propoerty is configurable
*/exportdeclareconstconfigurable: (state: boolean) =>MethodDecorator;
//# sourceMappingURL=configurable.d.ts.map