/// <reference path="../src/require.d.ts" />
export declare class Emojify {
    private static codes;
    private text;
    constructor(text: string);
    private static zip<T>(a, b);
    static printCodes(): void;
    private static sample<T>(arr);
    emojify(): string;
}
