import type { GitHubMatrixGroup } from './github-matrix.js'; export declare const getGithubSamplesGroups: (samplesGroupFolder: string, keepExtensions?: boolean) => Promise; export declare const getGithubSamplesGroup: (samplesGroupFolder: string, group: string) => Promise<{ samples: GitHubMatrixGroup; warnings: string[]; }>;