import * as z from "zod/v3"; import { WistiaError } from "./wistiaerror.js"; /** * Internal server error */ export type DeleteFoldersFolderIdSharingsSharingIdInternalServerErrorData = { error?: string | undefined; }; /** * Internal server error */ export declare class DeleteFoldersFolderIdSharingsSharingIdInternalServerError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: DeleteFoldersFolderIdSharingsSharingIdInternalServerErrorData; constructor(err: DeleteFoldersFolderIdSharingsSharingIdInternalServerErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Resource not found */ export type DeleteFoldersFolderIdSharingsSharingIdNotFoundErrorData = { error?: string | undefined; }; /** * Resource not found */ export declare class DeleteFoldersFolderIdSharingsSharingIdNotFoundError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: DeleteFoldersFolderIdSharingsSharingIdNotFoundErrorData; constructor(err: DeleteFoldersFolderIdSharingsSharingIdNotFoundErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized, invalid or missing token */ export type DeleteFoldersFolderIdSharingsSharingIdUnauthorizedErrorData = { error?: string | undefined; }; /** * Unauthorized, invalid or missing token */ export declare class DeleteFoldersFolderIdSharingsSharingIdUnauthorizedError extends WistiaError { error?: string | undefined; /** The original data that was passed to this error instance. */ data$: DeleteFoldersFolderIdSharingsSharingIdUnauthorizedErrorData; constructor(err: DeleteFoldersFolderIdSharingsSharingIdUnauthorizedErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const DeleteFoldersFolderIdSharingsSharingIdInternalServerError$inboundSchema: z.ZodType; /** @internal */ export declare const DeleteFoldersFolderIdSharingsSharingIdNotFoundError$inboundSchema: z.ZodType; /** @internal */ export declare const DeleteFoldersFolderIdSharingsSharingIdUnauthorizedError$inboundSchema: z.ZodType; //# sourceMappingURL=deletefoldersfolderidsharingssharingid.d.ts.map