/** * Check if a command is a noise/trivial command not worth tracking. */ export declare function isNoiseCommand(cmd: string): boolean; /** * Determine if a command contains sensitive information that should NOT be saved. * Returns true if the command should be filtered out. */ export declare function isSensitive(cmd: string): boolean; //# sourceMappingURL=security-filter.d.ts.map