export declare class SList { pointer: unknown | null; constructor(); append(value: string): this; free(): void; } //# sourceMappingURL=slist.d.ts.map