4 lines
161 B
TypeScript
4 lines
161 B
TypeScript
|
import { Options } from '../../types';
|
||
|
import { SastSettings } from './types';
|
||
|
export declare function getSastSettings(options: Options): Promise<SastSettings>;
|