﻿import { ProblemDetails } from "@tectonique/api-standards";
declare const ClientProblemDetailsCollection: {
    ClientSideInternalProblemDetail: ProblemDetails.ProblemDetailFactory<900, "client-side-internal-error", any, [factoryProps?: ProblemDetails.ProblemDetailFactoryProps<any> | undefined] | [factoryProps: ProblemDetails.ProblemDetailFactoryProps<any>]>;
    ResponseNotAnEnvelopeProblemDetail: ProblemDetails.ProblemDetailFactory<901, "response-not-an-envelope", any, [factoryProps?: ProblemDetails.ProblemDetailFactoryProps<any> | undefined] | [factoryProps: ProblemDetails.ProblemDetailFactoryProps<any>]>;
};
export default ClientProblemDetailsCollection;
