import { Context } from "../structures";
export declare function parseSingleEmoji(ctx: Context, str: string | null): {
    id: string | null;
    name: string | null;
} | null;
//# sourceMappingURL=parseSingleEmoji.d.ts.map