export interface SeedPodOptions { rootFilePath: string; podName?: string; } export declare function seedPod(options: SeedPodOptions): Promise;