/**
 * @param {*} tests
 * @param {*} [parent]
 */
export function createSuite(tests: any, parent?: any): any;
export type Factory = import('ipfsd-ctl').Factory;
export type Skip = {
    name?: string | undefined;
    reason?: string | undefined;
};
//# sourceMappingURL=suite.d.ts.map