export declare type CanoeSyncResult = 'UNKNOWN' | 'ACCEPTED' | 'REJECTED';
