import sinon from 'sinon';
export declare const creds: {
    jwtSecret: string;
    uri: string;
    userAgent: string;
};
export declare const getContext: () => {
    logger: any;
    emit: sinon.SinonSpy<any[], any>;
};
