import { CosmosConfig } from './config'; declare type Args = { cosmosConfig: CosmosConfig; fullScreen?: boolean; }; export declare const getFixtureUrls: (args: Args) => Promise; export declare function getFixtureUrlsSync({ cosmosConfig, fullScreen }: Args): string[]; export {};