blob: 10fcf421af0397b570dc9de0eef0b6c06d54af73 [file] [log] [blame] [raw]
import {ParseFiltersAndOutputOptions} from '../../types/features/filters.interfaces';
export interface IAsmParser {
process(asm: string, filters: ParseFiltersAndOutputOptions);
}