import { type Instance } from '../setup';
export declare function tab(this: Instance, { shift, }?: {
    shift?: boolean;
}): Promise<void>;
