declare const instructions: {
    pt: {
        faceClose150: string;
        faceClose200: string;
        faceClose250: string;
        center: string;
        left: string;
        right: string;
        up: string;
        down: string;
        blinkLeft: string;
        blinkRight: string;
    };
    en: {
        faceClose150: string;
        faceClose200: string;
        faceClose250: string;
        center: string;
        left: string;
        right: string;
        up: string;
        down: string;
        blinkLeft: string;
        blinkRight: string;
    };
};
export declare function getInstructionLang(movement: keyof typeof instructions['pt'], lang?: 'pt' | 'en'): string;
export {};
//# sourceMappingURL=getInstruction.d.ts.map