import { quotes } from './quotes';
export declare function getQuoteOfTheDay(): {
    text: string;
    author: string;
};
export { quotes };
