export declare enum SupportedFileExtensions {
    JSON = "json",
    JS = "js"
}
export declare enum InitialGroupOptions {
    SERVER = "server",
    CLIENT = "client",
    BOTH = "both"
}
