import { Solid as SnapSolid } from './Solid'; export type WallConfig = { width: number; height: number; debugColor: number; }; export declare class Wall extends SnapSolid { type: string; constructor(config?: Partial); protected initialize(): void; } //# sourceMappingURL=Wall.d.ts.map