/**
 * ```markdown
 * Ouve, ó Israel, o Senhor nosso Deus é o único Senhor, e amarás o Senhor teu Deus de todo teu coração,
 * de toda tua alma, de todo teu entendimento, e com toda a tua força.
 * ```
 * ```markdown
 * Hear, O Israel, the Lord our God is one Lord, and you shall love the Lord your God with all your heart,
 * with all your soul, with all your mind, and with all your strength.
 * ```
 * ```markdown
 * Amarás o teu próximo como a ti mesmo.
 * ```
 * ```markdown
 * Thou shalt love thy neighbor as thyself.
 * ```
 */
export * from './core';
export * from './http';
export * from './rest';
export * from './utils';
export * from './tsc';
