import type { Options } from 'html-minifier';
export declare const defaultPFP = "https://cdn.discordapp.com/embed/avatars/0.png";
export declare const DummyUser: {
bot: boolean;
id: string;
tag: string;
name: string;
username: string;
hexAccentColor: string;
avatarURL: () => string;
};
export declare const LanguageAliases: {
ts: string;
js: string;
py: string;
rb: string;
};
declare const _default: {
defaultPFP: string;
DummyUser: {
bot: boolean;
id: string;
tag: string;
name: string;
username: string;
hexAccentColor: string;
avatarURL: () => string;
};
LanguageAliases: {
ts: string;
js: string;
py: string;
rb: string;
};
};
export default _default;
export declare const MINIFY_OPTIONS: Options;
export declare const timestampShort: Intl.DateTimeFormatOptions;
export declare const timestampLong: Intl.DateTimeFormatOptions;