import Command from '@shopify/cli-kit/node/base-command'; export default class Logout extends Command { static description: string; run(): Promise; }