import { UsernameConfig } from "./types/UserNameConfig";
export declare const getBlogs: (type: 'medium' | 'hashnode' | 'all', username: UsernameConfig) => Promise<import("./types").BlogPostConfig[] | {
    mediumArticles: import("./types").BlogPostConfig[];
    hashnodePosts: import("./types").BlogPostConfig[];
}>;
export * from './types';
