import type { Helia } from "helia";
export declare const createTestHelia: ({ directory, }?: {
    directory?: string;
}) => Promise<Helia>;
