/** * Copyright 2018 by ChartIQ, Inc. * All rights reserved. * To be implemented.. */ type Class = { new (...args: any[]): any; }; export default class AppDirectory { constructor(client: Class); } export {}; //# sourceMappingURL=AppDirectory.d.ts.map