import { DescriptorIndexNode } from './DescriptorIndexNode.class'; import { PSTFile } from './PSTFile.class'; import { PSTObject } from './PSTObject.class'; export declare class PSTMessageStore extends PSTObject { /** * Creates an instance of PSTMessageStore. * Not much use other than to get the "name" of the PST file. * @param {PSTFile} pstFile * @param {DescriptorIndexNode} descriptorIndexNode * @memberof PSTMessageStore */ constructor(pstFile: PSTFile, descriptorIndexNode: DescriptorIndexNode); }