import { FinalOutput, Output } from "../../../output"; export declare class UploadOutput extends Output { /** * Disabled keys from being returned in the final output */ protected static disabledKeys: string[]; /** * The only allowed keys */ protected static allowedKeys: string[]; /** * Output data */ protected output: FinalOutput; /** * Defaults when key is missing from resource */ protected defaults: {}; /** * {@inheritDoc} */ protected extend(): Promise; } //# sourceMappingURL=upload-output.d.ts.map