import { LinesDefinitionsDescribing } from "pokie";
export declare class LinesDefinitionsFor3x3 implements LinesDefinitionsDescribing {
    private readonly definitions;
    getLineDefinition(lineId: string): number[];
    getLinesIds(): string[];
}
