/** * Validates the noop modifier (i.e. only underscores). * * @param value Value of the modifier. * * @returns True if the modifier is valid, false otherwise. */ export declare const isValidNoopModifier: (value: string) => boolean;