export declare const fileUrls: {
    dockerAlpineImage: string;
};
export declare class TestFileProvider {
    getDockerAlpineImageAsLocalTarball(): Promise<string>;
}
