File size: 1,627 Bytes
5641073
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/**
 * This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to
 * compiled output.
 */
import * as capnp from "../index";
import { Struct as __S } from "../index";
export declare const _capnpFileId = "b8630836983feed7";
export declare class Persistent_SaveParams extends __S {
    static readonly _capnp: {
        displayName: string;
        id: string;
        size: capnp.ObjectSize;
    };
    adoptSealFor(value: capnp.Orphan<capnp.Pointer>): void;
    disownSealFor(): capnp.Orphan<capnp.Pointer>;
    getSealFor(): capnp.Pointer;
    hasSealFor(): boolean;
    setSealFor(value: capnp.Pointer): void;
    toString(): string;
}
export declare class Persistent_SaveResults extends __S {
    static readonly _capnp: {
        displayName: string;
        id: string;
        size: capnp.ObjectSize;
    };
    adoptSturdyRef(value: capnp.Orphan<capnp.Pointer>): void;
    disownSturdyRef(): capnp.Orphan<capnp.Pointer>;
    getSturdyRef(): capnp.Pointer;
    hasSturdyRef(): boolean;
    setSturdyRef(value: capnp.Pointer): void;
    toString(): string;
}
export declare class Persistent extends __S {
    static readonly SaveParams: typeof Persistent_SaveParams;
    static readonly SaveResults: typeof Persistent_SaveResults;
    static readonly _capnp: {
        displayName: string;
        id: string;
        size: capnp.ObjectSize;
    };
    toString(): string;
}
export declare class RealmGateway extends __S {
    static readonly _capnp: {
        displayName: string;
        id: string;
        size: capnp.ObjectSize;
    };
    toString(): string;
}