import type { AgentContext } from '@aries-framework/core'; /** * Get a handler for the blob storage tails file reader. * * @param agentContext The agent context * @param tailsFilePath The path of the tails file * @returns The blob storage reader handle */ export declare function createTailsReader(agentContext: AgentContext, tailsFilePath: string): Promise;