export declare function tesseraOutput(password: string, outputPath: string, member: number): Promise<{
    privateKeyPath: string;
    publicKeyPath: string;
}>;
//# sourceMappingURL=tessera.d.ts.map