import { ASMApiService } from './asmApi'; export declare class ASMZebraCheckService extends ASMApiService { private _allLocations; constructor(debug?: boolean); getAllLocations(): Promise; findLocation(nameMatch: string): any; create(config: any, groups: number[]): Promise; update(id: number, config: any): Promise; }