UNPKG

@autorest/powershell

Version:
8 lines 317 B
import { TextWithRegions, TextPossibilities } from '@azure-tools/codegen'; export declare class PsdFile extends TextWithRegions { private header; private footer; constructor(content?: TextPossibilities, objectIntializer?: Partial<PsdFile>); get text(): string; } //# sourceMappingURL=psd-file.d.ts.map