export declare namespace Safebooru {
    interface Response {
        directory: string;
        hash: string;
        height: number;
        id: number;
        image: string;
        change: number;
        owner: string;
        parent_id: number;
        rating: string;
        sample: boolean;
        sample_height: number;
        sample_width: number;
        score: number;
        tags: string;
        width: number;
    }
}
