export declare class SpreadMethod extends Object {
    static PAD: string;
    static REFLECT: string;
    static REPEAT: string;
    constructor();
}
