declare const ping: () => {
    type: string;
};
declare const pong: () => {
    type: string;
};
export { ping, pong, };
//# sourceMappingURL=actions.d.ts.map