/** * Collects shared example specs used by the offline example suite. * * @returns {string[]} */ export function collectSharedExamplePaths(): string[]; /** * @param {string} examplePath * @returns {any} */ export function loadSharedExampleSpec(examplePath: string): any; //# sourceMappingURL=exampleFiles.d.ts.map