import { Nullable } from '../types/pitmart'; export declare class Masked { constructor(); /** * filter work to values: true|false|"all" * @param status */ static Password(password: string): Nullable; /** * filter work to values: true|false|"all" * @param status */ static Text(text: string, startindex?: number, endindex?: number): Nullable; } export default Masked; //# sourceMappingURL=Masked.d.ts.map