import { PixelMapper } from './types';
export declare class LedMatrixUtils {
    static encodeMappers(...mappers: PixelMapper[]): string;
}
