import { Layer } from './Layer.ts';
export declare class FastLayer extends Layer {
    constructor(attrs: any);
}
