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