export declare const MockJokesArray: {
    success: boolean;
    body: {
        _id: string;
        type: string;
        setup: string;
        punchline: string;
    }[];
};
