/** * tests that create an action and test that it shows up in the list UI * this test also covers toggling the sidecar */ import { ReplExpect } from '@kui-shell/test'; export declare const expectLimit: (type: string, expectedValue: number | string) => (res: ReplExpect.AppAndCount) => Promise;