import { Options, Splide } from '@splidejs/splide'; export declare function buildHtml(length: number): string; export declare function generateSlides(length: number): string; export declare function init(options?: Options): Splide; export declare function wait(duration: number): Promise; //# sourceMappingURL=../../../../src/js/test/fixtures/utils.d.ts.map