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