import type { TestplaneSuite } from './types';
export declare const getSuitePath: (suite?: TestplaneSuite | null) => string[];
