import { SymbolsCombinationDescribing } from "pokie";
export declare class SymbolsCombination implements SymbolsCombinationDescribing {
    private combination;
    getSymbols(reelId: number): string[];
    fromMatrix(value: string[][], transposed?: boolean): this;
    toMatrix(transposed?: boolean): string[][];
    private transposeArray;
}
