export declare const ErrorCodes: {
    Platform: {
        Secret: {
            NoToken: string;
        };
    };
    Secret: {
        Invalid: string;
        Failure: string;
        NotFound: string;
        AuthFailure: string;
    };
    Csds: {
        NotFound: string;
        Failure: string;
    };
};
